DescribeWebshell
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeWebshell
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Tag | BODY | integer | No | No sample value for this parameter. | host asset tag ID. |
Dealed | BODY | string | No | No sample value for this parameter. | Webshell event status, including n: indicates pending processing y: indicates processed |
version | BODY | string | No | 2016-01-01 | version of api |
GroupId | BODY | integer | No | No sample value for this parameter. | asset group ID. |
Remark | BODY | string | No | No sample value for this parameter. | host asset IP or host name. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
FoundTime | string | no demo value | backdoor file discovery time. |
Status | integer | no demo value | status, value range: 1: indicates pending processing 2: Indicates ignored 3: indicates confirmed 8: indicates that it has been marked as a false positive 16: indicates that processing 32: indicates that the processing is completed |
TrojanSize | long | no demo value | backdoor file size. |
RequestId | string | no demo value | request ID. |
OS | string | no demo value | host operating system type. |
InstanceId | string | no demo value | host instance ID. |
TrojanType | string | no demo value | backdoor file type. |
Ip | string | no demo value | host asset IP. description gives priority to the public IP of the host. if the host does not have a public IP, the private IP is displayed. |
TrojanPath | string | no demo value | backdoor file path. |
FirstFoundTime | string | no demo value | when the backdoor file was first discovered. |
GroupId | long | no demo value | asset group ID. |
InstanceName | string | no demo value | host instance name. |
Uuid | string | no demo value | unique identifier of host asset. |
Region | string | no demo value | host area. |
Domain | string | no demo value | the domain name associated with the host asset. |
WebshellList | array | no demo value | website backdoor event records. for specific sub-item descriptions, see the following parameter descriptions. |
Example
Successful Response example
{
"FoundTime":"no demo value",
"Status":"no demo value",
"TrojanSize":"no demo value",
"RequestId":"no demo value",
"OS":"no demo value",
"InstanceId":"no demo value",
"TrojanType":"no demo value",
"Ip":"no demo value",
"TrojanPath":"no demo value",
"FirstFoundTime":"no demo value",
"GroupId":"no demo value",
"InstanceName":"no demo value",
"Uuid":"no demo value",
"Region":"no demo value",
"Domain":"no demo value",
"WebshellList":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}